MuteState

data class MuteState(val localMuted: Boolean, val remoteMuted: Boolean)

MuteState Contains local and remote mute properties which give info about mute is self/remote initiated.

Constructors

Link copied to clipboard
fun MuteState(localMuted: Boolean, remoteMuted: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard